home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / Programy / MozillaBackup-1.2.2-CZ.exe / {app} / Backup.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  2004-02-09  |  1.1 KB  |  59 lines

  1. object Form3: TForm3
  2.   Left = 813
  3.   Top = 290
  4.   BorderStyle = bsDialog
  5.   Caption = 'Cesta k profilu'
  6.   ClientHeight = 275
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 142
  22.     Height = 13
  23.     Caption = 'Zvolte cestu k va'#353'emu profilu:'
  24.   end
  25.   object ShellTreeView1: TShellTreeView
  26.     Left = 16
  27.     Top = 32
  28.     Width = 257
  29.     Height = 193
  30.     ObjectTypes = [otFolders, otHidden]
  31.     Root = 'rfDesktop'
  32.     UseShellImages = True
  33.     AutoRefresh = False
  34.     Indent = 19
  35.     ParentColor = False
  36.     RightClickSelect = True
  37.     ShowRoot = False
  38.     TabOrder = 0
  39.   end
  40.   object Button1: TButton
  41.     Left = 56
  42.     Top = 240
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&OK'
  46.     TabOrder = 1
  47.     OnClick = Button1Click
  48.   end
  49.   object Button2: TButton
  50.     Left = 160
  51.     Top = 240
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Zru'#353'it'
  55.     TabOrder = 2
  56.     OnClick = Button2Click
  57.   end
  58. end
  59.